Fix an array overrun
authorMatthias Clasen <mclasen@redhat.com>
Thu, 23 Jun 2016 19:46:45 +0000 (15:46 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 23 Jun 2016 19:47:47 +0000 (15:47 -0400)
commit8430be75ed1c4f747170138ac29aaef485aa78bc
tree4ca616122b9590a376158aa6ef07fe70215cfb0b
parent78eccd0db9e79fac187d4fd82f1ce8b5b7e3a2a2
Fix an array overrun

When I introduced the new input source enum value for
track points, I forgot that there is a fixed-size array
with names for those in the inspector.
gtk/inspector/general.c